home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dirut / rm_om.zip / ASKREPLY.H < prev    next >
Text File  |  1991-10-16  |  130b  |  11 lines

  1. /*
  2. **    askreply() default/return values
  3. */
  4.  
  5. #define    NO    1
  6. #define    YES    2
  7. #define    QUIT    3
  8. #define    ALL    4
  9.  
  10. #define    NODEFAULT    0
  11.